Skip to content

Update dependency eslint-config-xo to v0.53.2#336

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-config-xo-0.x
Open

Update dependency eslint-config-xo to v0.53.2#336
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-config-xo-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 9, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-config-xo 0.43.10.53.2 age confidence

Release Notes

xojs/eslint-config-xo (eslint-config-xo)

v0.53.2

Compare Source

  • Disable unicorn/require-array-sort-compare in favor of TS version for TS code (#​105) c67e766

v0.53.1

Compare Source


v0.53.0

Compare Source

Breaking
  • Require TypeScript 6
Prettier integration

A new prettier option lets you combine the rules with Prettier:

export default defineConfig([
	...eslintConfigXo({prettier: true}),
]);
  • true — Runs Prettier as an ESLint rule using XO's Prettier style, and disables the stylistic rules that would conflict with it. Requires prettier to be installed.
  • 'compat' — Only disables the stylistic rules that conflict with Prettier, for when you run Prettier separately (for example, from your editor).

Anything XO does not configure (like printWidth or Prettier plugins) still respects your .prettierrc, but XO's own style settings take precedence. prettier is an optional peer dependency.

CSS linting

.css files are now linted out of the box via @eslint/css: duplicate imports, empty blocks, invalid at-rules, unmatchable selectors, invalid named grid areas, and more.

New rules

v0.52.0

Compare Source

Breaking
New rules
Improvements
  • Add eslint-plugin-jsdoc support ca9780b
  • Add eslint-plugin-regexp support 2eba483
  • Add Markdown support 2bb9c6c
  • Add HTML support 5da39d4
  • Make TypeScript optional for JavaScript-only projects 717184b
  • Use eslint-import-resolver-typescript for import resolution 600b604
  • naming-convention rule: Ignore all exotic/quoted keys bd171ba
  • naming-convention rule: Allow UPPER_CASE for static readonly class properties ce92257
  • naming-convention rule: Allow UPPER_CASE for module-level const variables 0b4bcce
  • Add ?? to no-mixed-operators groups 9117295
  • Require description for file-wide eslint-disable comments 55b6ae1
  • Discourage npm packages with native alternatives 92549e8
  • Remove deprecated rules 7e2747d
  • Disable redundant ESLint rules for TypeScript files f474625
  • capitalized-comments: Don't capitalize commented-out code aedc832

v0.51.0

Compare Source

Breaking

  • The package now exports a function instead of an array. Update your eslint.config.js:
-export default eslintConfigXo;
+export default [...eslintConfigXo()];
  • Removed the ./space and ./browser sub-path exports. Use the space and browser options instead:
export default [...eslintConfigXo({space: true, browser: true})];
  • Requires ESLint 10 and Node.js 20.19+.

Improvements

  • Merged eslint-config-xo-typescript: TypeScript rules are now included. No need to install a separate package.
  • Merged plugin configs from XO: Includes eslint-plugin-unicorn, eslint-plugin-import-x, eslint-plugin-n, eslint-plugin-ava, @eslint-community/eslint-plugin-eslint-comments, and a built-in no-use-extend-native rule. Previously these were only available through the XO CLI.
  • Added semicolon option
  • Added TypeScript declaration file
  • Add no-shadow rule 4cec7d2

v0.50.0

Compare Source

Breaking
New rules
Improvements
  • no-sequences: Add allowInParentheses: false 391d4c8

v0.49.0

Compare Source

Breaking
New rules

v0.48.0

Compare Source


v0.47.0

Compare Source

  • capitalized-comments: Support biome ignore comments (#​90) 518f523
  • Add @stylistic/curly-newline rule e1fe11c
  • Add JSON plugin 6a547b5
  • capitalized-comments: Add v8 to the ignorePattern option (#​88) 4bb2399

v0.46.0

Compare Source

New rules
Breaking
Improvements

v0.45.0

Compare Source

  • Allow class fields with no blank lines between (#​85) 6f2ff13

v0.44.0

Compare Source

Breaking
New rules
Improvements
  • Ban atob and btoa dfa969c
  • Replace deprecated no-new-object rule 7f8f92e
  • no-unused-vars: Allow ignoring variables by prefixing with underscore b31ab8a

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from e4c41fd to 59cd12b Compare August 3, 2024 16:45
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.45.0 Update dependency eslint-config-xo to v0.46.0 Aug 3, 2024
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.46.0 Update dependency eslint-config-xo to v0.46.0 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/eslint-config-xo-0.x branch December 8, 2024 18:29
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.46.0 - autoclosed Update dependency eslint-config-xo to v0.46.0 Dec 9, 2024
@renovate renovate Bot reopened this Dec 9, 2024
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 7 times, most recently from 1a696f3 to 5c8bbae Compare December 9, 2024 23:32
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 5c8bbae to 9459c85 Compare April 24, 2025 11:59
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.46.0 Update dependency eslint-config-xo to v0.47.0 Apr 24, 2025
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from b638fb3 to 1f2ee4b Compare April 24, 2025 21:09
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.47.0 Update dependency eslint-config-xo to v0.48.0 Jul 22, 2025
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 1f2ee4b to 7e5dec0 Compare July 22, 2025 15:49
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from eaa826e to 1c16be9 Compare August 13, 2025 13:00
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 1c16be9 to 6c4cab9 Compare August 19, 2025 20:26
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.48.0 Update dependency eslint-config-xo to v0.49.0 Aug 19, 2025
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 5 times, most recently from 2b73376 to d84527e Compare August 22, 2025 20:14
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from d84527e to ba22c0a Compare August 31, 2025 12:01
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from 0400c1b to ebca572 Compare January 23, 2026 21:12
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from ebca572 to 8423a93 Compare February 2, 2026 16:05
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.49.0 Update dependency eslint-config-xo to v0.50.0 Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from eeaa985 to b400dd9 Compare February 12, 2026 12:29
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from b400dd9 to 3fef5a8 Compare February 17, 2026 17:54
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 3fef5a8 to 20324b3 Compare March 5, 2026 16:55
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 20324b3 to 6b5c744 Compare March 13, 2026 13:11
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 6b5c744 to 43c7c8d Compare March 24, 2026 15:30
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.50.0 Update dependency eslint-config-xo to v0.51.0 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 6 times, most recently from e5720b5 to 256e1a4 Compare April 8, 2026 15:47
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 256e1a4 to 47a7dbb Compare April 29, 2026 17:41
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from fabbf0d to e0d4df4 Compare May 15, 2026 10:36
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.51.0 Update dependency eslint-config-xo to v0.52.0 May 15, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from e0d4df4 to 3406e81 Compare May 18, 2026 13:59
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch 2 times, most recently from 09d9124 to 139793c Compare June 2, 2026 00:32
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 139793c to ed8a03b Compare June 11, 2026 22:07
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.52.0 Update dependency eslint-config-xo to v0.53.1 Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from ed8a03b to 095c435 Compare June 17, 2026 03:55
@renovate renovate Bot force-pushed the renovate/eslint-config-xo-0.x branch from 095c435 to 785c4df Compare June 17, 2026 11:46
@renovate renovate Bot changed the title Update dependency eslint-config-xo to v0.53.1 Update dependency eslint-config-xo to v0.53.2 Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants